DataSource for Entity Framework in WPF
C1.LiveLinq.Indexing.Search Namespace / IndexQuery<T> Class / Indexes Property

In This Topic
    Indexes Property (IndexQuery<T>)
    In This Topic
    The collection of subindexes for this IndexQuery<T>.
    Syntax
    'Declaration
     
    Public ReadOnly Property Indexes As ScannerCollection(Of T)
    public ScannerCollection<T> Indexes {get;}
    See Also